C1SpanDataCollection<T>データ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック プロパティ
| 名前 | 解説 |
| ConnectionState | Gets the state of the connection to the source. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| Count | オーバーライドされます。 Gets the number of items in this collection. |
| CurrentPage | Gets the current page number. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| FilterExpression | Gets the filter expression applied to the data. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| GroupDescriptions | Gets the group descriptions applied to the data. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| HasMoreItems | Gets a value indicating whether this collection can load more items. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| IsDisposed | Gets whether the collection is disposed. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 |
| IsPlain | Gets whether the group items will be inline with the data items or the items will be the first level of group items. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| IsUpdating | Gets a value indicating whether the collection is being updated. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| IsVirtualizing | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| Item | オーバーライドされます。 Gets the item at the specified position. |
| Length | Gets the maximum number of items that can be in the collection. |
| PageSize | Gets or sets the maximum number of items per page. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| SortDescriptions | Gets the sort descriptions applied to the data. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| Start | Gets the index in the underlying collection where this collection starts. |
| TotalCount | オーバーライドされます。 Gets the total count of items in the underlying collection. |
トップ
パブリック メソッド
| 名前 | 解説 |
| CanFilter | Returns whether the collection is able to filter the specified expression. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| CanGroup | Returns whether the collection is able to group the specified group descriptions. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| CanInsert | オーバーライドされます。 |
| CanInsertRange | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| CanMove | オーバーライドされます。 |
| CanMoveRange | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| CanRefresh | Determines whether the collection can be refreshed. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| CanRemove | オーバーライドされます。 |
| CanRemoveRange | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| CanReplace | オーバーライドされます。 |
| CanReplaceRange | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| CanSort | Returns whether the collection is able to sort the specified sort descriptions. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| ConnectAsync | Connects the collection to the source. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| CreateNewItem | Creates a new item of the collection. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| DisconnectAsync | Disconnects the collection from the source. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| Dispose | Called to dispose resources. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 |
| FilterAsync | Filters the data using specified filter expression. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| GetItemType | Gets the type of the item. C1.DataCollection.C1WrapDataCollection<T>から継承されます。 |
| GetLoadedItems | オーバーロードされます。 Returns the items that has be loaded so far. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| GroupAsync | オーバーロードされます。 Groups the collection according to the specified group descriptions. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| IndexOf | オーバーライドされます。 Gets the index of the specified item. |
| InsertAsync | オーバーライドされます。 |
| InsertRangeAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| LoadAsync | Load the items between the specified indexes. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| LoadMoreItemsAsync | Loads more items asynchronously. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| MoveAsync | オーバーライドされます。 |
| MoveRangeAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| MoveToPageAsync | Moves to the page . C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| RefreshAsync | Refreshes the collection data. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| RemoveAsync | オーバーライドされます。 |
| RemoveRangeAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| ReplaceAsync | オーバーライドされます。 |
| ReplaceRangeAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
| Slice | Specifies the bounds of the collection. |
| SortAsync | オーバーロードされます。 Sorts the collection according to the specified sort descriptions. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
トップ
パブリック イベント
参照